Einhugur macOS Bridge plugin.

NSDictionary.StringForKey Method

Returns String for a given key.

StringForKey(
   key as String) as String

Parameters

key
The key for the value to get.

Returns

String
The requested value for the given key or empty string if not found or if the value is not string.

Remarks

See Also

NSDictionary Class